home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 664 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: isis.interpac.net!stacys
  2. From: stacys@isis.interpac.net (Stacy Sherman)
  3. Newsgroups: comp.sys.mac.programmer,comp.sys.mac.programmer.help,comp.sys.mac.programmer.codewarrior,comp.lang.c,comp.lang.pascal.mac
  4. Subject: Re: Pascal or C++?
  5. Followup-To: comp.sys.mac.programmer,comp.sys.mac.programmer.help,comp.sys.mac.programmer.codewarrior,comp.lang.c,comp.lang.pascal.mac
  6. Date: 8 Jan 1996 06:14:11 GMT
  7. Organization: Inter-Pacific Networks
  8. Message-ID: <4cqcnj$387@pegasus.interpac.net>
  9. References: <d7e_9512231058@linknet.ccinet.ab.ca> <dallas-3012950728570001@ppp31.atlantica.net> <daniel-3112950846190001@ts3209.slip.colostate.edu> <surgsw-0401962040100001@128.206.206.68>
  10. NNTP-Posting-Host: isis.interpac.net
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. C should never be used as a first programming language, especially at 
  14. high school level.  I got my CS degree in '91 and they were teaching most 
  15. of the courses in Pascal and were just starting to use C.  Even now, the 
  16. first few courses are still taught in Pascal.
  17.  
  18. You want to teach them HOW to program.  Not how to program in C.  It's 
  19. really easy to screw up & get frustrated in C.  Plus, C relies heavily on 
  20. pointers which are a difficult concept for many people.
  21.  
  22. CodeWarrior academic might be a good choice, or the codewarrior starter 
  23. kit.  They have both C and Pascal built in.  Just because it can't 
  24. generate PPC code doesn't mean it can't be used on the PowerMac.  You can 
  25. run the compiler on the PowerMac and any programs you create with them.  
  26. The programs won't be native, that's all.
  27.  
  28. Stacy
  29.